From b18a26f57a8da9959e860ffec45a0b56a5fd68cc Mon Sep 17 00:00:00 2001 From: Arturo Borrero Gonzalez Date: Tue, 13 Jan 2026 19:51:26 +0100 Subject: [PATCH] Enable and configure Suricata unix command socket Forwarded: not-needed Last-Update: 2025-08-22 Gbp-Pq: Name enable-unix-command-socket.patch --- suricata.yaml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/suricata.yaml.in b/suricata.yaml.in index e6bd26d6..efd81513 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -1406,8 +1406,8 @@ host-mode: auto # activated in live capture mode. You can use the filename variable to set # the file name of the socket. unix-command: - enabled: auto - #filename: custom.socket + enabled: yes + filename: @e_localstatedir@/suricata-command.socket # Magic file. The extension .mgc is added to the value here. #magic-file: /usr/share/file/magic -- 2.30.2